Prevent a segfault if GtkAppChooserDialog gets disposed early
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 May 2013 00:00:49 +0000 (20:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 May 2013 00:00:49 +0000 (20:00 -0400)
commit1afca5510a9db4f7b4cb6a844b237f072b209b08
treeed3f58b5453a015e398dc1ee8f83006730cd505d
parent01c810b4d75d1ed4502287fb30794f10116e3a59
Prevent a segfault if GtkAppChooserDialog gets disposed early

If the async call is finished after the dialog is already disposed,
bad things happen. Prevent that by marking the dialog as dismissed
in this case.
gtk/gtkappchooserdialog.c